Update changelog.
authorAnton Gladky <gladk@debian.org>
Tue, 28 Jul 2026 14:20:52 +0000 (16:20 +0200)
committerAnton Gladky <gladk@debian.org>
Tue, 28 Jul 2026 14:20:52 +0000 (16:20 +0200)
debian/changelog

index c94fa9e37538e7942c63629001a1cf7c673aac38..df5f5620af73a816082761e47d294a9c92632a9d 100644 (file)
@@ -1,3 +1,18 @@
+vtk9 (9.6.2+dfsg1-4) unstable; urgency=medium
+
+  * Team upload.
+  * debian patch fix_xmlwriter_ascii_implicit_cellarray_segfault.patch
+    now also writes the cell types instead of only guarding the crash.
+    The templated writer already returned early on a null iterator, so
+    the array was written empty and, WriteInlineData() discarding the
+    return value, ascii .vtu files were silently written without any
+    cell at all.
+  * autopkgtest writeVTUAsciiImplicitCellTypes: read the file back and
+    check the number of cells, the previous version passed on such an
+    empty types array.
+
+ -- Anton Gladky <gladk@debian.org>  Tue, 28 Jul 2026 16:20:19 +0200
+
 vtk9 (9.6.2+dfsg1-3) unstable; urgency=medium
 
   * Team upload.